home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
LOCALMFC.PAK
/
LOCRESFR.DEF
< prev
next >
Wrap
Text File
|
1997-05-06
|
929b
|
27 lines
; This is a part of the Microsoft Foundation Classes C++ library.
; Copyright (C) 1992-1994 Microsoft Corporation
; All rights reserved.
;
; This source code is only intended as a supplement to the
; Microsoft Foundation Classes Reference and the
; Books Online documentation provided with the library.
; See these sources for detailed information regarding the
; Microsoft Foundation Classes product.
LIBRARY LOCRESFR
EXETYPE WINDOWS
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE SINGLE
HEAPSIZE 1024
;EXPORTS
; WEP PRIVATE
; To implement your own Windows Exit Procedure uncomment the two lines above
; and add the following function to your application (referring to it in
; the .def file is not required.) The extern "C" is only required if module
; is C++.
; extern "C" int FAR PASCAL _WEP(int)
; {
; /* Your WEP functionality goes here */
; return 1;
; }